Labels:text | screenshot | font | number | line OCR: Method Role Type defineClass(String, byte, Converts an array of bytes to Fina [int, int) an instance of classClass. findSystemClass(String) Finds the system class with the Final specified name. loadClass(String) Requests the class loader to load Abstract a class with the specified name. load Class(String, Resolves the specified name to Abstract boolean) a class. resolveClass (Class) Resolves the class so that an Final instance of it can be created, or one of its methods can be called: Figure 1: Relevant ClassLoader methods.